home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 59267 / 59267.xpi / chrome / content / autohidetabbar.xul < prev    next >
Extensible Markup Language  |  2010-01-25  |  642b  |  23 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!DOCTYPE overlay [
  4.    <!ENTITY % ahtb12entity SYSTEM "chrome://ahtb12/locale/autohidetabbar.dtd">
  5.    %ahtb12entity;
  6. ]>
  7.  
  8. <overlay id="ahtb12" 
  9.          xmlns:html="http://www.w3.org/1999/xhtml"
  10.          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  11.  
  12.    <script src="chrome://ahtb12/content/autohidetabbar.js" />
  13.  
  14.    <menupopup id="menu_ToolsPopup">
  15.       <menuitem id="ahtb12ContextAutohide"
  16.                type="checkbox"
  17.                label="&ahtb12Menu.autoHide;" accesskey="&ahtb12Menu.accKey;"
  18.                oncommand="autoHideTabBar12.toggleAutoHide();" />
  19.    </menupopup>
  20.  
  21. </overlay>
  22.  
  23.